﻿2026-07-27T11:47:22.0973931Z ##[group]Run actions/checkout@v5
2026-07-27T11:47:22.0974406Z with:
2026-07-27T11:47:22.0974694Z   fetch-depth: 0
2026-07-27T11:47:22.0975020Z   repository: BigscreenVR/spt-bs-core
2026-07-27T11:47:22.0977645Z   token: ***
2026-07-27T11:47:22.0977968Z   ssh-strict: true
2026-07-27T11:47:22.0978252Z   ssh-user: git
2026-07-27T11:47:22.0978559Z   persist-credentials: true
2026-07-27T11:47:22.0978897Z   clean: true
2026-07-27T11:47:22.0979195Z   sparse-checkout-cone-mode: true
2026-07-27T11:47:22.0979569Z   fetch-tags: false
2026-07-27T11:47:22.0979871Z   show-progress: true
2026-07-27T11:47:22.0980232Z   lfs: false
2026-07-27T11:47:22.0980534Z   submodules: false
2026-07-27T11:47:22.0980830Z   set-safe-directory: true
2026-07-27T11:47:22.0981201Z   allow-unsafe-pr-checkout: false
2026-07-27T11:47:22.0981580Z ##[endgroup]
2026-07-27T11:47:22.2735734Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T11:47:22.2737597Z ##[group]Getting Git version info
2026-07-27T11:47:22.2738172Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T11:47:22.3143942Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T11:47:22.3360551Z git version 2.43.0.windows.1
2026-07-27T11:47:22.3382910Z ##[endgroup]
2026-07-27T11:47:22.3390287Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\0757bdc1-0a36-4132-8844-f9db05f751e2\.gitconfig'
2026-07-27T11:47:22.3403453Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0757bdc1-0a36-4132-8844-f9db05f751e2' before making global git config changes
2026-07-27T11:47:22.3404388Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T11:47:22.3408518Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T11:47:22.3643679Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T11:47:22.3841056Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T11:47:22.3864369Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T11:47:22.3868270Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T11:47:22.4084112Z HEAD
2026-07-27T11:47:22.4355139Z ##[endgroup]
2026-07-27T11:47:22.4359058Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T11:47:22.8571477Z ##[group]Cleaning the repository
2026-07-27T11:47:22.8575997Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T11:47:33.6209650Z Removing .adapter-notify/
2026-07-27T11:47:33.6210255Z Removing target/
2026-07-27T11:47:33.6264106Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T11:47:33.7654152Z HEAD is now at 921c37a6 Merge fe4c6f29193bbdb4dbda49552c24bdeb54d3bf30 into f30aa86941f6cb9c4b9d67ec2303a569573818e4
2026-07-27T11:47:33.7685983Z ##[endgroup]
2026-07-27T11:47:33.7690631Z ##[group]Disabling automatic garbage collection
2026-07-27T11:47:33.7696083Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T11:47:33.7962148Z ##[endgroup]
2026-07-27T11:47:33.7962610Z ##[group]Setting up auth
2026-07-27T11:47:33.7968720Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T11:47:33.8202595Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T11:47:34.2529847Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T11:47:34.2769086Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T11:47:34.6724568Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T11:47:34.6966558Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T11:47:35.0892530Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T11:47:35.8218714Z ##[endgroup]
2026-07-27T11:47:35.8219595Z ##[group]Fetching the repository
2026-07-27T11:47:35.8228493Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +1ffef93b84c8f98e9c056cc40491c7f1dd77d8d8:refs/remotes/pull/108/merge
2026-07-27T11:47:39.8739709Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-27T11:47:39.8740538Z    93a70db7..92394d97  build/field-truth-w1-jobexposure         -> origin/build/field-truth-w1-jobexposure
2026-07-27T11:47:39.8741186Z    771779b3..1dbc0049  build/field-truth-w1-w0survivors         -> origin/build/field-truth-w1-w0survivors
2026-07-27T11:47:39.8741720Z  + c07f4e88...fe4c6f29 ci/free-space-preflight                  -> origin/ci/free-space-preflight  (forced update)
2026-07-27T11:47:39.8742244Z    6351b90f..e2b34a60  ci/runner-informant                      -> origin/ci/runner-informant
2026-07-27T11:47:39.8742679Z  * [new branch]        fix/digest-quiet-box                     -> origin/fix/digest-quiet-box
2026-07-27T11:47:39.8743028Z    f30aa869..8515f437  main                                     -> origin/main
2026-07-27T11:47:39.8743443Z  * [new branch]        test/viewer-liveness-timeout             -> origin/test/viewer-liveness-timeout
2026-07-27T11:47:39.8744913Z  * [new ref]           1ffef93b84c8f98e9c056cc40491c7f1dd77d8d8 -> pull/108/merge
2026-07-27T11:47:39.8869051Z ##[endgroup]
2026-07-27T11:47:39.8869457Z ##[group]Determining the checkout info
2026-07-27T11:47:39.8869925Z ##[endgroup]
2026-07-27T11:47:39.8874896Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T11:47:39.9158420Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T11:47:39.9388542Z ##[group]Checking out the ref
2026-07-27T11:47:39.9392735Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/108/merge
2026-07-27T11:47:40.0498824Z Previous HEAD position was 921c37a6 Merge fe4c6f29193bbdb4dbda49552c24bdeb54d3bf30 into f30aa86941f6cb9c4b9d67ec2303a569573818e4
2026-07-27T11:47:40.0499805Z HEAD is now at 1ffef93b Merge 1f9dfefc3f0ad95b3dadf9c6b999fb154daa905d into f30aa86941f6cb9c4b9d67ec2303a569573818e4
2026-07-27T11:47:40.0524640Z ##[endgroup]
2026-07-27T11:47:40.0873789Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T11:47:40.1098775Z 1ffef93b84c8f98e9c056cc40491c7f1dd77d8d8
